rodb.kudesnik.cc
 

Harp of Nepenthes #1926 Harp of Nepenthes [2] / 20z

 

A harp made by the strong tentacles of Nepentis.
INT + 2
Add small chance to Stun on the enemy when using Musical Strike .
The probability of inflicting stun effect increases if the Refining Level is over 9.
Класс : Musical Instrument
Атака : 120
Вес : 100
Уровень Оружия : 4
Необходимый Lv. : 60
Пол : Только мужчины
Доступно для : Clown / Gypsy
Улучшается : Да

Доп. информация:
ID : 1926
Цена у NPC : 10
Script :
{ bonus bInt,2; if( getrefine() > 9 ) { bonus3 bAddEffOnSkill,"BA_MUSICALSTRIKE",Eff_Stun,2000; } else { bonus3 bAddEffOnSkill,"BA_MUSICALSTRIKE",Eff_Stun,1000; } }

{
...bonus bInt,2;
...if( getrefine() > 9 ) {
......bonus3 bAddEffOnSkill,"BA_MUSICALSTRIKE",Eff_Stun,2000;
...}
...else {
......bonus3 bAddEffOnSkill,"BA_MUSICALSTRIKE",Eff_Stun,1000;
...}
}